Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Sets


Q3Set_Contains

You can use the Q3Set_Contains function to determine whether a set contains an element of a particular type.

TQ3Boolean Q3Set_Contains (
TQ3SetObject set, 
TQ3ElementType type);
set
A set object.
type
An element type.
DESCRIPTION
The Q3Set_Contains function returns, as its function result, a Boolean value that indicates whether the set specified by the set parameter contains (kQ3True) or does not contain (kQ3False) an element of the type specified by the type parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996